home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3iarota.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IAROTATECONSTRUCTOR_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IAROTATECONSTRUCTOR = 670;
-
-
-
-
-
-
-
- R3IAROTCONSTRA_CountU = 670500;
- function SetR3IAROTCONSTRA_CountU(value) {
- R3Set(this.r3obj, R3IAROTCONSTRA_CountU, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAROTCONSTRA_CountU() {
- return R3Get(this.r3obj, R3IAROTCONSTRA_CountU, R3TID_INTEGER, 0);
- }
-
- R3IAROTCONSTRA_OrderU = 670501;
- function SetR3IAROTCONSTRA_OrderU(value) {
- R3Set(this.r3obj, R3IAROTCONSTRA_OrderU, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IAROTCONSTRA_OrderU() {
- return R3Get(this.r3obj, R3IAROTCONSTRA_OrderU, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Iarotateconstructor () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IAROTATECONSTRUCTOR, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCountU=GetR3IAROTCONSTRA_CountU;
- this.SetCountU=SetR3IAROTCONSTRA_CountU;
- this.GetOrderU=GetR3IAROTCONSTRA_OrderU;
- this.SetOrderU=SetR3IAROTCONSTRA_OrderU;
- }
-
- r3Iarotateconstructor.prototype=new r3Iaconstructor;
- // f3iarota.h_H